DESCRIPTION. Compare the content and mode of the blobs found in a tree object with the corresponding tracked files in the working tree, or with the ...
'git diff-index' [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>...] files are compared. The id of a tree object to diff against. Do ...
Compares the content and mode of the blobs found via a tree object with the content of the current index and, optionally ignoring the stat state of the file ...
DESCRIPTION Compares the content and mode of the blobs found in a tree object with the corresponding tracked files in the working tree, or with the ...
git diff-index is a diff against the index or working tree: Compares the content and mode of the blobs found in a tree object with the corresponding tracked ...
I don't know of a diff tool that accepts multiple pairs of files to compare. Even diff only accepts a single pair of files, or a directory and a list of files.